Attachment

data class Attachment(val data: <Error class: unknown class>, val mimeType: String, val fileName: String)

An attachment added to the email

Parameters

data

NSData to add to the email

mimeType

Mime type of the file

fileName

File name of the file

Constructors

Link copied to clipboard
constructor(data: <Error class: unknown class>, mimeType: String, fileName: String)

Properties

Link copied to clipboard
val data: <Error class: unknown class>
Link copied to clipboard
Link copied to clipboard